Vcenter FoundationLoadBalancers Notification

Vcenter FoundationLoadBalancers Notification
Vcenter FoundationLoadBalancers Notification

The Vcenter FoundationLoadBalancers Notification schema contains properties to describe any info/warning/error messages that the service can raise in deploying/configuring/running the load balancers.

This schema was added in vSphere API 9.0.0.0.

JSON Example
{
    "severity": "string",
    "title": "string",
    "message": "string",
    "time": "string"
}
string
severity
Required

The notification message severity level, this field indicates the severity of current message, user can select their preferred severity level for notifications based on this field.

For more information see: Vcenter FoundationLoadBalancers Notification Severity.

This property was added in vSphere API 9.0.0.0.

string
title
Required

Fixed string to indicate the notification's type.

This property was added in vSphere API 9.0.0.0.

string
message
Required

The content of the notification message.

This property was added in vSphere API 9.0.0.0.

string As date-time As date-time
time
Optional

The generation time of the notification message.

This property was added in vSphere API 9.0.0.0.

if missing or null the notification message doesn't contain a generation time.